home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer: Getting Started / Internet Surfer - Getting Started (Wayzata Technology)(7231)(1995).bin / pc / mac / utilitie / mac_gnuu / mac_gnuu.cp_ < prev    next >
Text File  |  1993-02-27  |  5KB  |  88 lines

  1. GNUUCP Installation:
  2.  
  3. Mac/Gnuucp Simple Installation
  4. ==============================
  5.  
  6.   The Mac/gnuucp Stuffit archive as distributed contains a set up and functional
  7.   version of the Mac/gnuucp program minus a few bits of configuration information.
  8.  
  9.   In order to customize Mac/gnuucp for your machine you will need to edit the 
  10.   following files to meet your site's configuration. 
  11.   
  12.  
  13. gnuucp.ctl 
  14. ----------
  15.   Replace the "Your_HD" below with your own HD's or diskette's name (the
  16.   one with Mac/gnuucp and its folders). Similarly change the 'm/g_folder'
  17.   for the name of the folder where the Mac/gnuucp application program
  18.   resides. Be sure to keep colons ":" between the elements (ie, valid
  19.   Macintosh HFS path strings).
  20.   
  21.   Exchange the elements in column 2 for the actual ones, then put this
  22.   'gnuucp.ctl' (it _has_ to be called thus!) file, along with the
  23.   program proper in the 'm/g_folder' folder.  Strip all the comments
  24.   in parentheses, though --("example strings to use")
  25.  
  26.  
  27. nodename                           what-your-machine-is-know-on-the-network-as            --("fpr")
  28. nodenamealias                    machinename-alias     --("fpr.com", may be your Internet-domain)
  29. forwarder                           your-forwarder                                      --("mitech")
  30. username                            my-name                                                --("jim")
  31. uucplogname                       the-login-word-that-your-machine-will-send-when-called ("nuucp")
  32. uucppasswd                        the-password-that-your-machine-will-listen-for    --("whatever")
  33. timezone                             EDT             --(enter the actual time zone of your residence)
  34. debug                                   5      --(the debug level, change to 1 when communication works)
  35. bytetimeout                        10         --(you may have to experiment slightly with this and)
  36. connectwait                        50           --(this values; read further in the docummentation)
  37. spool                                   :Mac/gnuucp:spool    --(folder for temp. [spooled] files)
  38. mail                                    :Mac/gnuucp:mail       --(folder for received mail files)
  39. alias                                   :Mac/gnuucp:alias             --(folder for mail-aliases)
  40. logfile                                :Mac/gnuucp:uucp:LOGFILE          --(this is the logfile)
  41. mlogfile                             :Mac/gnuucp:uucp:MAIL_LOG
  42. pubdir                                 :Mac/gnuucp:uucppublic      --(folder for incoming files)
  43. sysfile                               :Mac/gnuucp:uucp:L.sys     --(file with remote site info)
  44. userfile                              :Mac/gnuucp:uucp:gnuucp.userfile       --(not yet in use)
  45. appendlogfile                     no
  46.  
  47. port            ACU hayes .A2400 2400          --(Names of the two serial ports)
  48. port            ACU hayes .B2400 2400        --(on the Mac and their baud rates)
  49.  
  50.  
  51. l.sys
  52. -----
  53.   lines in 'l.sys' file are made up of a number of strings (with at least
  54.   one space between them, though here illustrated with more white space
  55.   for clarity; a real-life sample follows last). 
  56.  
  57. +------+------+-----+------+----------+-------------------+------------------+
  58. | Site | when | how | baud | number   | expect on login   | password         |
  59. +------+------+-----+------+----------+-------------------+------------------+
  60.   mach   Any    ACU   2400   555-1212   me: uu_login_name   word: uu_passwd
  61.  
  62.  
  63. # real-life sample <--- do not enter this line in 'l.sys' file
  64.  
  65. mach Any ACU 2400 555-1212 me: uu_login_name word: uu_passwd
  66.  
  67.   Insert as many lines as possible to allow the Mac/gnuucp to call
  68.   repeatedly if the host's line is busy.  this is the one way to make
  69.   the M/g perform in quasi-automatic call-host-until-succeeded fashion.
  70.   The other is to use a product likw QuickKeys to call at regfular intervals. 
  71.     
  72.   To run UUCP: launch the gnuucp program, when it asks for a Unix command
  73.   line type "-Sname" (where 'name' is the name of the host that you wish
  74.   to call, "mach" in the above example, previously entered in the l.sys
  75.   file).  Or just type <return> to enter server mode to wait for someone
  76.   to call you. 
  77.   
  78.   The file "Call REMOTE SITE" is a "Double Clickable" file for Mac/gnuucp. Its contents 
  79.   is a single line of text that serve as a command line for Mac/gnuucp. You can
  80.   copy the file, start TeachText and change the command line to an appropriate
  81.   one for your needs.
  82.  
  83.   Mail is read using the Hypercard stack. If you start up the start there are
  84.   some help screens that will guide you through its use. The MailReader stack
  85.   must configured on the Config card befroe proceeding.
  86.  
  87. jim@fpr.com
  88.